home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / databa_o.dxr / 00026_Click on Results.ls < prev    next >
Encoding:
Text File  |  1996-09-21  |  326 b   |  12 lines

  1. on mouseUp
  2.   global ScientistTotal
  3.   set Temp to the mouseLine
  4.   set vNum to the number of member line Temp of field "Results"
  5.   set the textStyle of line Temp of field "Results" to "Bold"
  6.   set vNum to vNum - 300
  7.   ExitFind()
  8.   BShow(32, 32)
  9.   go(60 + vNum)
  10.   set the textStyle of line Temp of field "Results" to "Plain"
  11. end
  12.